home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / Windows / Samples / ViewerSample / QD3DSample.aps / Menus / 101.rc
Encoding:
Text File  |  1996-05-03  |  522 b   |  26 lines

  1. 101 MENU
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. {
  4.  POPUP "&File"
  5.  {
  6.   MENUITEM "&Open...", 40002
  7.   MENUITEM "Save As...", 40004
  8.   MENUITEM SEPARATOR
  9.   MENUITEM "E&xit", 40007
  10.  }
  11.  POPUP "Viewer"
  12.  {
  13.   MENUITEM "Control Strip", 40020
  14.   MENUITEM SEPARATOR
  15.   MENUITEM "Camera Button", 40022
  16.   MENUITEM "Truck Button", 40023
  17.   MENUITEM "Orbit Button", 40024
  18.   MENUITEM "Dolly Button", 40025
  19.   MENUITEM "Reset Button", 40026
  20.  }
  21.  POPUP "&Help"
  22.  {
  23.   MENUITEM "&About QuickDraw 3D Viewer...", 40017
  24.  }
  25. }
  26.